HTMLModelElement: pause() method

The HTMLModelElement.pause() method will pause playback of the model element's animation, if the model is already in a paused state this method will have no effect.

Syntax

js
model.pause();

Parameters

None.

Return value

A Promise that is resolved when playback has been paused, or is rejected if for any reason playback cannot be paused.

Exceptions

None.

Specifications

No specification found

No specification data found for api.HTMLModelElement.pause.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Browser compatibility